Update Authorization Max Amount
Use this endpoint to update the maximum amount the automatic Pix will be able to ues to make the recurring payment
Request
PUT 'https://apisandbox.delbank.com.br/baas/api/v1/pix/automatic/authorizations/:recurrenceId'
Headers
| Name | Description |
|---|---|
| x-delbank-api-key | Required. API key |
| Name | Type | Description |
|---|---|---|
| recurrenceId | string | Required. Recurrence Id |
Body
{
"newPayerMaxAmount": 250.75
}
Response
The status code 200 indicates success in the query.
Being succeeded, the return will have the following fields in Json format:
{
"recurrenceId": "RR3822485720251212i0jYqQr7g5n",
"requestedAt": "2026-01-16T17:52:54.112"
}